var runtime.starttime

4 uses

	runtime (current package)
		proc.go#L5328: var starttime int64
		proc.go#L5332: 	if starttime == 0 {
		proc.go#L5333: 		starttime = now
		proc.go#L5337: 	print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle, " threads=", mcount(), " spinningthreads=", sched.nmspinning, " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)